Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow SASL_SEC_NONSTD_CBIND flag in GSSAPI and GSS-SPNEGO #862

Closed

Conversation

scabrero
Copy link

@scabrero scabrero commented Sep 6, 2024

Commit 8735185 introduced this new flag to enable channel bindings on mechs not supposed to support them, but setting it results in an empty mech list due to plugin's security_flags check in sasl_client_start():

https://github.com/cyrusimap/cyrus-sasl/blob/master/lib/client.c#L809

Allow this flag in GSSAPI and GSS-SPNEGO plugins.

Commit 8735185 introduced this new
flag to enable channel bindings on mechs not supposed to support them,
but setting it results in an empty mech list due to plugin's
security_flags check in sasl_client_start().

Allow this flag in GSSAPI and GSS-SPNEGO plugins.

Signed-off-by: Samuel Cabrero <scabrero@suse.de>
@scabrero scabrero closed this Sep 6, 2024
@scabrero scabrero deleted the sasl-secprops-nonstd-cbind branch September 6, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant